HTMLify
script.js
Views: 168 | Author: cody
const href = "https://swapnilsparsh.github.io/";
const size = 250;
new QRCode(document.querySelector("#qr"), {
text: href,
width: size,
height: size,
colorDark: "black",
colorLight: "white"
});